Object::AsString

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::AsString - instance method  

TEMPLATE

objectString = char * AsString()  

SPECIFIERS

public virtual  

DESCRIPTION

Creates a string representation of this object which is used for displaying, comparing or sorting etc.
For example, the method VObject::Compare and the method VObject::IsEqual are based on AsString.
The default implementation returns an empty string.
See also method TextItem::AsString, method ObjInt::AsString or method Text::AsString. Method is sometimes overridden.  

ARGUMENTS

none

 

RETURN ARGUMENT

char * objectString

a string representation of this object
 

CATEGORIES

conversion, client interface, overrider interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C

 

KNOWN PROBLEMS

The semantics of this method are ill-defined, and its use is ad-hoc.
The default implementation must not be used for comparisons.


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES
KNOWN PROBLEMS

This document was created by man2html, using the manual pages.
Time: 00:40:26 GMT, March 30, 2022